home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 September / Designer's Club 1997 September.iso / pc / IDEASRC / Whale.Dir / 00052_Script_52 < prev    next >
Text File  |  1997-08-06  |  274b  |  12 lines

  1. on mousedown
  2.   puppetsound (2) "tick"
  3.   repeat while the mousedown
  4.     set the visible of sprite 7 to false
  5.     updatestage
  6.   end repeat
  7.   set the visible of sprite 7 to true
  8.   updatestage
  9.   if soundbusy(1) then
  10.     sound stop 1
  11.   else puppetsound (1) "help" 
  12. end